home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / a-squared Free / a2FreeSetup.exe / {app} / a2cmd_readme.txt next >
Encoding:
Text File  |  2009-06-04  |  6.7 KB  |  224 lines

  1.  
  2.  a-squared Command Line Scanner 4.5 README
  3. ===========================================
  4.  
  5.   Please read this file carefully (especially "Installation 
  6.   chapter") before using the program on your computer.
  7.  
  8.  
  9. Contents:
  10. ---------
  11.  
  12.   Program information
  13.   Description
  14.   Installation
  15.   History
  16.   Copyright and license
  17.   Technical support
  18.   Company information
  19.  
  20.  
  21. Program information:
  22. --------------------
  23.  
  24.   Program Name:
  25.     a-squared Command Line Scanner
  26.  
  27.   Program Version:
  28.     4.5
  29.  
  30.   Program Release Date:
  31.     May 11, 2009
  32.  
  33.   Program Description:
  34.     Malware scanner that detects and removes Trojans, Worms, Viruses, Dialers, 
  35.     Spyware/Adware, TrackingCookies and Spyware Traces in the Registry and on 
  36.     the harddisk with the power of two major scan engines.
  37.  
  38.   Target OS:
  39.     Windows XP
  40.     Windows 2003 Server
  41.     Windows Vista
  42.     Windows 2008 Server
  43.  
  44.   Software Type:
  45.     Full Version - Freeware for private use
  46.     
  47.     For commercial license please check out: 
  48.     http://www.emsisoft.com/en/software/cmd/
  49.  
  50.  
  51. Usage:
  52. ------
  53.  
  54.   Open a Command Prompt box and type: a2cmd
  55.  
  56.   Hint: You have to add the installation folder to the PATH system variable 
  57.   to be able to call a2cmd from any location in the dos prompt.
  58.   
  59.   By default, the help dialog appears:
  60.   ----------------------------------------------------------------------
  61.  
  62.   a-squared Command Line Scanner v. 4.5.0.x
  63.   (C) 2003-2009 Emsi Software GmbH - www.emsisoft.com
  64.  
  65.   a2cmd.exe [path] | [parameters]
  66.  
  67.   Scan parameters (can be used together):
  68.  
  69.      /f=[], /files=[path]  Scan files
  70.      /quick                Scans all active programs, Spyware Traces and
  71.                            TrackingCookies
  72.      /smart                Good and fast result, but only important folders will
  73.                            be scanned
  74.      /deep                 Slowest scan. All files on all hard disks will be
  75.                            scanned deeply
  76.      /m, /memory           Scan Memory for active Malware
  77.      /t, /traces           Scan for Spyware Traces
  78.      /c, /cookies          Scan for Tracking Cookies
  79.  
  80.   Scan settings parameters (used with scan parameters):
  81.  
  82.      /h, /heuristic  Heuristic scan for unknown Malware
  83.      /r, /riskware   Alert Riskware that is often used by Malware
  84.      /a, /archive    Scan in compressed archives (zip, rar, cab)
  85.      /n, /ntfs       Scan in NTFS Alternate Data Streams
  86.      /l=[], /log=[filepath]      Save a logfile in UNICODE format
  87.      /la=[], /logansi=[filepath] Save a logfile in ANSI format
  88.      /x=[], /ext=[list]          Scan only specified file extensions, comma delimited
  89.      /xe=[], /extexclude=[list]  Scan all except the specified file extensions
  90.      /wl=[], /whitelist=[file]   Load whitelist items from the file
  91.      /d,  /delete                Delete found objects including references
  92.      /dq, /deletequick           Delete found objects quickly
  93.      /q=[], /quarantine=[folder] Put found Malware into Quarantine
  94.  
  95.   Malware handling parameters (standalone parameters):
  96.  
  97.      /ql, /quarantinelist            List all quarantined items
  98.      /qr=[], /quarantinerestore=[n]  Restore the item number n of the quarantine
  99.      /qd=[], /quarantinedelete=[n]   Delete the item number n of the quarantine
  100.  
  101.   General parameters:
  102.  
  103.      /s  /service Run scanner with support of the a-squared service to keep the
  104.      signatures in RAM and avoid long loading time on batch scan jobs.
  105.      /u, /update  Update Malware signatures
  106.      /?, /help    Show help message
  107.   ----------------------------------------------------------------------
  108.  
  109.   Example: a2cmd /f="c:\windows\" /m /t /c /h /r /a /n /q
  110.  
  111.   Description: Scans c:\windows. Memory, Traces and Cookie scan enabled. 
  112.                Uses heuristics, displays Riskware and scans in Archives and ADS. 
  113.                Puts found Malware in Quarantine.
  114.                
  115.   For more detail description of the supported parameters, please check out:
  116.   http://www.emsisoft.com/en/software/cmd/
  117.  
  118.  
  119. Result Code:
  120. ------------
  121.            
  122.   The a-squared Commandline Scanner supports result codes, which can be used in 
  123.   batch files to process the scanning results.
  124.  
  125.   Supported codes:
  126.  
  127.     0    No Malware found
  128.     1    Suspect files have been found during the scan
  129.  
  130.   Example batch file:
  131.   
  132.     echo off
  133.     a2cmd c:\windows\
  134.     if not errorlevel 1 goto end
  135.     echo Suspect files have been detected during the scan
  136.     :end
  137.     echo End of batch program               
  138.     
  139.     
  140. History:
  141. --------
  142.  
  143.   May 11, 2009:
  144.     Version 4.5.0.1 released. Added new false alert filters. Bugfixes.
  145.  
  146.   September 13, 2008:
  147.     Version 4.0.0.14 released. Added second scan engine. Speed improvements.
  148.  
  149.   October 17, 2007:
  150.     Version 3.0.0.126 released. Added result code support.
  151.  
  152.   June 19, 2007:
  153.     Version 3.0.0.118 released. Added whitelist support: /wl=whitelist.txt
  154.  
  155.   June 5, 2007:
  156.     Version 3.0.0.33 released. New major release.
  157.  
  158.   May 28, 2007:
  159.     Version 2.1.0.28 released. Fixed bug with /h parameter.
  160.  
  161.   April 8, 2007:
  162.     Version 2.5.0.22 released. Minor tweaks.
  163.  
  164.   March 25, 2007:
  165.     Version 2.1.0.27 released. Added file signature. Bugfixes.
  166.  
  167.   September 29, 2006:
  168.     Version 2.0.0.103 released. Fixed some minor bugs in update and scanner.
  169.  
  170.   August 29, 2006:
  171.     a-squared Command Line Scanner 2.0 released.
  172.  
  173.  
  174. Copyright and license:
  175. ----------------------
  176.  
  177.   The a-squared Commandline Scanner is free for private use. 
  178.   For commercial use, cheap standalone licenses can be purchased. 
  179.   
  180.   a-squared Anti-Malware licenses include as well the a-squared Commandline 
  181.   Scanner. Please note that special licenses for using the Commandline 
  182.   Scanner on servers for scanning the data flow of a third party (e.g. for 
  183.   access or mailbox clients) are available on inquiry. If you want to use 
  184.   the software to scan multiple workstation PCs remotely, it is required to 
  185.   buy 10 licenses per admin seat. 
  186.   
  187.   Please contact us on: corporatesales@emsisoft.com
  188.  
  189.   Pricing:
  190.   
  191.   Licenses - Annual price 
  192.      1 - EUR   10 / US   $13 
  193.     10 - EUR   50 / US   $67 
  194.    100 - EUR  250 / US  $333 
  195.   1000 - EUR 1000 / US $1330 
  196.  
  197.   For purchase options, please check out:
  198.   http://www.emsisoft.com/en/software/cmd/
  199.   
  200.   
  201. Technical support:
  202. ------------------
  203.  
  204.   Our technical support service is always glad to help you and to answer
  205.   any your questions. Please visit the a-squared website website to find 
  206.   the fastest way to get support:
  207.   http://www.emsisoft.com/en/support/contact/
  208.  
  209.  
  210. Company information:
  211. --------------------
  212.  
  213.   Emsi Software GmbH
  214.  
  215.   Email: info@emsisoft.com
  216.   Web: http://www.emsisoft.com
  217.  
  218.   Postal Address:
  219.  
  220.     Emsi Software GmbH
  221.     Mamoosweg 14
  222.     5303 Thalgau
  223.     Austria
  224.